This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Sorted collection with db.search Att: IBM ~Umberto Nongeroson 31.Dec.03 02:17 PM a Web browser Applications Development All ReleasesAll Platforms
While the functionality you describe would be nice, you can do what you want now with a tiny bit of extra work. Check out the new NotesView properties and methods in ND6. You could easily construct a view using script, add the columns to have the sorting you need, grab the AllEntries and process as need-be.
All it would take is one function that you could re-use and change as you see fit. The only real disadvantage would be having to remove the view after you were done processing. This could be handled via nightly agent, another function, or (if you handled the view as a class) a delete() method.